home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web24 / Tutorial 4.2 / Case Problem 1 / willet.css < prev    next >
Cascading Style Sheet File  |  2011-04-04  |  2KB  |  61 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Case Problem 1
  5.  
  6.    Willet Creek Screen Style Sheet
  7.    Author: Jose Puentes
  8.    Date:   3/21/11
  9.  
  10.    Filename:         willet.css
  11.    Supporting Files: 
  12.     
  13. */
  14.  
  15. body                  {background-color: white; margin: 0px; padding: 0px; 
  16.                        font-family: sans-serif}
  17. a                     {text-decoration:none}
  18. #page_content         {width: 780px}
  19. #head                 {text-align: center; background-color: rgb(53, 43, 48); 
  20.                        margin: 0px}
  21.  
  22. #h2                  {font-family: 'Trebuchet MS', Arial, Verdana, sans-serif; font: 1em; left-margin: 5px; margin: 0px}
  23.  
  24.  
  25. #hole_list            {text-align: center; height: 30px; margin: 0px; padding: 0px, 5px, 0px, 5px;
  26.                        background-color: rgb(53, 43, 48)}
  27.  
  28. #hole_list ul         {font-weight: bold; color: white; font-size: 1.25em}
  29. #hole_list a          {font-weight: bold; color: white; font-size: 1.25em}
  30. #hole_list a:hover    {background-color: yellow; color: black}
  31. #hole_list li         {display: inline; margin: 0px; padding-top: 0px;
  32.                        padding-bottom: 0px; padding-left: 5px; padding-right: 5px}
  33.  
  34. #hole_stats           {width: 120px; height: 200px; 
  35.                        color: white; background-color: rgb(53, 43, 48)}
  36.  
  37. #hole_summary         {height: 200px; width: 660px; border: 1px solid rgb(53, 43, 48) }
  38.  
  39. #hole_stats           {position: absolute; left: 0px; top: 115px}
  40. #hole_stats h2        {font-size: 1em; margin-left: 5px; margin-top: 0px;
  41.                        margin-right: 0px; margin-bottom: 0px}
  42. #hole_stats ul        {list-style-type: none; margin-left: 10px; padding-left: 0px;
  43.                        margin-top: 0px; font-size: 0.7em; display: strong; color: yellow}
  44.  
  45. #hole_summary         {position: absolute; left: 120; top: 115}
  46.  
  47. #hole_image           {position: absolute; left: 10; top: 5}
  48.  
  49. #hole_description      {position: absolute; left: 100; top: 5}
  50.  
  51. #hole_description span{float: left; line-height: 0.75; padding-right: 2px;
  52.                        color: green; font-size: 300%}
  53.  
  54. #flags                {border: 0px}
  55. #prevFlag             {position: absolute; left: 220; top: 145}
  56. #nextFlag             {position: absolute; left: 270; top: 145}
  57.  
  58.  
  59.  
  60.  
  61.